Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't copy version.dll #49

Merged
merged 1 commit into from
May 18, 2024
Merged

Don't copy version.dll #49

merged 1 commit into from
May 18, 2024

Conversation

whindsaks
Copy link
Contributor

There is no need to copy the original version.dll, just load it with the full path to system32.

There is no need to copy the original version.dll, just load it with the full path to system32.
@p0358
Copy link
Owner

p0358 commented May 18, 2024

Thanks, that's absolutely right and I realized that's the case some time ago too with absolute paths (as with relative or perhaps just the file name, LoadLibrary behaves like GetProcAddress if one of same name already exists), but it didn't occur to me to update it at that time...

I'm gonna merge and it's gonna appear as CI artifact, but I probably won't release a v4 with just this change yet though, until some more changes appear

@p0358 p0358 merged commit 2756183 into p0358:master May 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants